home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 November: Tool Chest / Dev.CD Nov 00 TC Disk 1.toast / Sample Code / Archive / Human Interface Toolbox / jGNEFilter / readme•jGNEFilter < prev    next >
Encoding:
Text File  |  2000-09-28  |  515 b   |  12 lines  |  [TEXT/ttxt]

  1.     This snippet is a sample GetNextEvent filter which uses the JGNEFilter mechanism 
  2.     described in Tech Note #85 "GetNextEvent: Blinking Apple Menu".
  3.  
  4.     The init, written in MPW assembler, installs a filter which SysBeeps whenever a 
  5.     key is pressed with the shift key held down.
  6.  
  7.     The jGNE mechanism is the only valid place where the event record can be examined 
  8.     after a GetNextEvent call, since tail patching GetNextEvent breaks several aspects 
  9.     of the system.
  10.  
  11.     -steve falkenburg 10/9/91
  12.